home *** CD-ROM | disk | FTP | other *** search
- G4C
- ; $VER: func.action.n Rev.013 (HTMLEXT) by Juan Manuel Wehrli 2000
- WINBIG -1 -1 210 90 "Neue Aktion erstellen"
- WinType 11110000
- WinOnMouse 5 5
- WinBackground IMAGE BG 0
- Winout "NIL:"
- VarPath HTMLEXT
-
- xONLOAD
- EXTRACT *VIEWERNAME CLEAN name
- Update #This 1 $name
- EXTRACT *VIEWERPRG CLEAN prg
- Update #This 2 $prg
- GuiOpen #This
-
- Text 8 0 195 15 "Viewerame:" 75 NOBOX
- GadFont xHelvetica.font 13 000
-
- XTextIn 5 15 200 18 "" name "" 255
- GadID 1
- GadFont xHelvetica.font 11 000
- SetVar *VIEWERNAME $name
-
- Text 8 35 195 15 "Viewer Parameter:" 75 NOBOX
- GadFont xHelvetica.font 13 000
-
- XTextIn 5 50 200 18 "" prg "" 255
- GadID 2
- GadFont xHelvetica.font 11 000
- SetVar *VIEWERPRG $prg
- lvuse menu.action 101
- lvadd ''
- %Name = $name
- %Befehl = $prg
- lvsort %Name
- lvsave "HTMLEXT:settings/Action.prefs"
- GuiQuit #This
-
- xButton 5 70 90 15 "_1 Ändern"
- GadKey "1"
- GadFont xHelvetica.font 11 000
- SetVar *VIEWERPRG $prg
- lvuse menu.action 101
- lvadd ''
- %Name = $name
- %Befehl = $prg
- lvsort %Name
- lvsave "HTMLEXT:settings/Action.prefs"
- GuiQuit #This
-
- xButton 115 70 90 15 "[_x] Abbrechen"
- GadKey "x"
- GadFont xHelvetica.font 11 000
- GuiQuit #This
-
-
-
-
-